home *** CD-ROM | disk | FTP | other *** search
/ Especial Multimedia / Especial Multimedia.iso / Multimed / Herra / TIMWIN.ZIP / DFILL.CMD < prev    next >
OS/2 REXX Batch file  |  1993-09-22  |  360b  |  20 lines

  1. ;     TIM  -  DEMO     dfill
  2. ; Demonstrates filling holes using artificial image
  3. ;***************************************************
  4. dest p
  5. show p
  6. era p
  7. cirk p 5 255 182 7
  8. cirk p 7 255 184 40
  9. cirk p 4 255 225 16
  10. cirk p 5 255 225 50
  11. text p 255 205 12 "A O B D"
  12. text p 255 217 12 " P Q R"
  13. ;stop
  14. frmt 64 64
  15. curs 206 32
  16. blow pc 4
  17. save a
  18. stop
  19. 
  20.